Pocketbase Kotlin
Toggle table of contents
common
Platform filter
common
Switch theme
Search in API
Pocketbase Kotlin
Pocketbase Kotlin
/
io.github.agrevster.pocketbaseKotlin.services
Package-level
declarations
Types
Types
Backups
Service
Link copied to clipboard
class
BackupsService
(
val
client
:
PocketbaseClient
)
:
BaseService
Batch
Service
Link copied to clipboard
class
BatchService
(
val
client
:
PocketbaseClient
)
:
BaseService
Collection
Service
Link copied to clipboard
class
CollectionService
(
client
:
PocketbaseClient
)
:
CrudService
<
Collection
>
Crons
Service
Link copied to clipboard
class
CronsService
(
val
client
:
PocketbaseClient
)
:
BaseService
Files
Service
Link copied to clipboard
class
FilesService
(
val
client
:
PocketbaseClient
)
:
BaseService
Health
Service
Link copied to clipboard
class
HealthService
(
val
client
:
PocketbaseClient
)
:
BaseService
Log
Service
Link copied to clipboard
class
LogService
(
val
client
:
PocketbaseClient
)
:
BaseService
Realtime
Service
Link copied to clipboard
class
RealtimeService
(
val
client
:
PocketbaseClient
)
:
BaseService
Records
Service
Link copied to clipboard
class
RecordsService
(
client
:
PocketbaseClient
)
:
SubCrudService
<
Record
>
,
AuthService
Settings
Service
Link copied to clipboard
class
SettingsService
(
val
client
:
PocketbaseClient
)
:
BaseService